Skip to main content

5017|Comparative Customer Enquiry Report

FTP4 >> FTP Profitability Analysis >> Comparative Customer Enquiry Report

Applicable for roles

  • RMUSER (RM USER)
  • RMUSER_M (RMUSER Maker)
  • RMUSER_C (RMUSER Checker)

Parameters

Global

#ParametersExample
2✅ DenominationThousands

Local

#ParametersExample
1✅ From DateJanuary 2020
2✅ To DateDecember 2020
3✅ DisplayProfitability and Margin
4✅ Comparision TypeAbsolute

Report specific

  • This report is generated for consolidated currency.
  • No currency filter is applied for this report.

Report details

Screenshot

Screenshot

Report Behaviour

  1. In case data does not exist for the selected Period, a custom exception is thrown and export and print buttons are hidden.
  2. In case Display Dropdown in not bound, it throws application error.

Logic

Formulas

#ValueFormula
1Net Interest IncomeInterest Income - Interest Expense
2FTP MarginFTP Income - FTP Expense
3Net MarginAsset Margin + Liability Margin
4Asset Average BalanceSum(BalAmtHCY) where AorL == 'A'
5Interest IncomeSum(IntAmtHCY) where AorL == 'A'
6FTP ExpenseSum(FTPAmtHCY) where AorL == 'A'
7Asset MarginInterest Income - FTP Expense
8Interest Income RateSum(BalAmtHCY * AvgIntRate) / Sum(BalAmtHCY) where AorL == 'A'
9FTP Expense RateSum(BalAmtHCY * AvgFTPRate) / Sum(BalAmtHCY) where AorL == 'A'
10Asset SpreadInterest Income Rate - FTP Expense Rate
11Liability Average BalanceSum(BalAmtHCY) where AorL == 'L'
12Interest ExpenseSum(IntAmtHCY) where AorL == 'L'
13FTP IncomeSum(FTPAmtHCY) where AorL == 'L'
14Liability MarginFTP Income - Interest Expense
15Interest Expense RateSum(BalAmtHCY * AvgIntRate) / Sum(BalAmtHCY) where AorL == 'L'
16FTP Income RateSum(BalAmtHCY * AvgFTPRate) / Sum(BalAmtHCY) where AorL == 'L'
17Liability SpreadFTP Income Rate - Interest Expense Rate

Export

Export button at top right corner gives the option to download the report in 4 formats #|Format| ----|-------| 1|EXCEL| 2|PDF| 3|CSV| 4|TXT|

Dependencies:

#Search/Dropdown FieldTable Or view UsedScreen available to add/editScreen details
1DisplaytblCommonCodesNo------
2First SettblCommonCodesNo------
3Second SettblCommonCodesNo------

Drill Down Reports

No Drilldown

Possible errors:

ErrorCodeErrorMessageCause of error
PLF04143Data does not exist for selected FTP Month or Customer Name.If Records not present for selected dates

Validation Errors

ErrorCodeErrorMessageCause of error
RegularExpressionValidatorInvalid input, please enter valid yearIf entered value in year text box is not in correct form
RequiredFieldValidatorField is mandatoryIf year text box is left empty
CustomValidatorSecond set Date should be greater then First set DateIf Second set date is less than first set date